dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p,
img,
table,
tr,
td {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.copyright_wrap {
    width: 100%;
    height: 42px;
    background: #333
}

.copyright {
    height: 42px;
    width: 865px;
    line-height: 42px;
    padding-left: 30px;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    text-align: center
}

.copyright span {
    padding-left: 10px
}

.link_footer .link {
    font-size: 12px;
    margin: 0 auto;
    display: flex;
    width: 80%;
}

.link_footer .link b {
    width: 85px;
    font-weight: bold;
}

.link_footer .link .link_add {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.link_add ul {
    position: relative;
    left: 0;
    top: 0;
}

.link_footer .link a {
    padding-right: 10px;
    float: left;
    display: block;
    margin-bottom: 10px;
    color: #888;
    font-size: 14px;
}

.link_footer .link a:hover {
    color: #f40;
}

/*底部导航*/
.bottom_nav_wrap {
    width: 100%;
    height: auto;
    background: #f6f6f6;
    padding-bottom: 15px;
    margin-top: 14px;
    border-top: 30px solid #fff
}

.bottom_wrap {
    display: flex;
    padding: 20px 40px;
    box-sizing: border-box
}

.bottom_wrap li {
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.bottom_wrap li p {
    width: 100%
}

.bottom_temp p {
    text-align: center
}

.bottom_ewm {
    display: flex
}

.bottom_wrap a,
.bottom_wrap p {
    font-size: 16px;
    color: #888
}

.bottom_url a {
    font-size: 22px
}

.bottom_wrap a:hover {
    color: #f40
}

.bottom_wrap .bottom_title,
.bottom_ewm p {
    font-size: 20px
}

.bottom_ewm div {
    text-align: center;
    width: 33%;
    margin: 0 auto
}

.bottom_ewm img {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.bottom_temp,
.bottom_ewm {
    border-right: 1px solid #dbdbdb
}

.bottom_url {
    width: 20%
}

.bottom_temp {
    width: 14%;
    padding: 6px 0;
    box-sizing: border-box
}

.bottom_ewm {
    width: 20%;
    padding: 6px 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.bottom_tel {
    width: 18%;
    padding: 20px 0 30px 20px;
    box-sizing: border-box
}

.bottom_tel_top {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.icon_online_box {
    width: 52px;
    height: 52px;
    background: #ccc;
    border-radius: 4px
}

.zixun_box a {
    padding-left: 20px;
    color: #333;
    font-size: 20px
}

.zixun_box a:hover {
    color: #f40
}

.bottom_tel_bottom p {
    font-size: 12px;
    color: #999;
    line-height: 18px
}